projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747642c
)
2002-07-31 Andrew Choi <akochoi@shaw.ca>
author
Andrew Choi
<akochoi@shaw.ca>
Thu, 1 Aug 2002 03:53:04 +0000
(
03:53
+0000)
committer
Andrew Choi
<akochoi@shaw.ca>
Thu, 1 Aug 2002 03:53:04 +0000
(
03:53
+0000)
* macfns.c: #undef init_process before #define-ing it.
src/ChangeLog
patch
|
blob
|
history
src/macfns.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 2ec775cda161e7e350e3b170196cd5ffea480e5d..e4b840064fe9605370476f01a4df68f1c6f29ddd 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2002-07-31 Andrew Choi <akochoi@shaw.ca>
+ * macfns.c: #undef init_process before #define-ing it.
+
* s/darwin.h: Define MAC_OS, SYMS_SYSTEM, and OTHER_FILES only if
HAVE_CARBON is defined.
diff --git
a/src/macfns.c
b/src/macfns.c
index 2b3ed8ae977a228becc46b61d2bd3998c20d37b2..d37beb9d158e6214f654e36c3395ff68c28034dc 100644
(file)
--- a/
src/macfns.c
+++ b/
src/macfns.c
@@
-86,7
+86,7
@@
static unsigned char gray_bits[] = {
#define min(a, b) ((a) < (b) ? (a) : (b))
#undef max
#define max(a, b) ((a) > (b) ? (a) : (b))
-#undef
+#undef
init_process
#define init_process emacs_init_process
#else /* not MAC_OSX */
#include <Windows.h>